Click or drag to resize

SipClientReinvite Method (Dialog, SessionDescription)

Changes characteristics of the existing session.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse Reinvite(
	Dialog dialog,
	SessionDescription session
)

Parameters

dialog
Type: Independentsoft.SipDialog
A Dialog represents media session.
session
Type: Independentsoft.Sip.SdpSessionDescription
A SessionDescription contains description of the session.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
See Also